home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIPNET Aralık 1997.iso / oyun / elf.exe / ELF.EXE / 0 / RCDATA / TWAITDLG / TWAITDLG.txt
Text File  |  1997-02-13  |  632b  |  31 lines

  1. object WaitDlg: TWaitDlg
  2.   Left = 263
  3.   Top = 146
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Please wait'
  7.   ClientHeight = 63
  8.   ClientWidth = 317
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 0
  18.     Top = 20
  19.     Width = 317
  20.     Height = 20
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.     Caption = 'Searching host by name...'
  24.     Font.Color = clBlack
  25.     Font.Height = -16
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30. end
  31.